|
AT-NFC
2.1 (win)
AT-NFC kernel set
|
HAL NFC Trace API declarations. More...
Functions | |
| KER_BOOL | nfcOutcomeTrace (KER_CTX_PARAM NFC_OUTCOME *pOutcome, const KER_CHAR *pchRef, const KER_CHAR *pchDescr, KER_CHAR *pchOutcome) |
| Trace outcome. More... | |
HAL NFC Trace API declarations.
This functions should be implemented by terminal application
| KER_BOOL nfcOutcomeTrace | ( | KER_CTX_PARAM NFC_OUTCOME * | pOutcome, |
| const KER_CHAR * | pchRef, | ||
| const KER_CHAR * | pchDescr, | ||
| KER_CHAR * | pchOutcome | ||
| ) |
Trace outcome.
| [in] | pOutcome | - pointer to outcome structure |
| [in] | pchRef | - outcome reason reference (optional - set KER_NULL if you don't need it) |
| [in] | pchDescr | - outcome reason description (optional - set KER_NULL if you don't need it) |
| [in] | pchOutcome | - outcome description (optional - set KER_NULL if you don't need it) |